home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-11 / dbfedit.zip / DBFEDIT.DOC < prev    next >
Text File  |  1993-01-04  |  1KB  |  26 lines

  1. DBFEDIT.prg is written for CLIPPER.    It will allow a user to add/change/
  2. browse or delete records in an existing data base file, even an empty one.
  3. Start at DOS by entering DBFEDIT <filename> or just DBFEDIT.
  4.  
  5. For the sake of simplicity, I left out a lot.  Only 1 User Defined Function
  6. besides the one needed by DBEDIT().  There is no display of record number or
  7. record count.  No use of an index file(s).  No commands for a color monitor.
  8. No code to create a database file.  No error routines.
  9.  
  10. In my learning process, I refer to the excellent book by Que Publications,
  11. USING CLIPPER.  I refered to Dennis Dias' source code in DBUEDIT.prg that
  12. comes with CLIPPER.  Lastly, I refer to the CLIPPER manual.
  13.  
  14. Besides those two references, I want to thank my employer, Wyatt Cafeterias,
  15. Inc. in Dallas, TX for letting me program for them in my spare time as a
  16. mainframe operator. And I want to thank my wife, (sweet creature that she is),
  17. my kids, my great, great...well, anyway.
  18.  
  19. Let me know if you find this source useful.  Use it anyway you like, but send
  20. me a million dollars.
  21.  
  22. Tim Shafer
  23. 1853 W. Walnut St. # A
  24. Garland, Tx 75042-6778
  25.  
  26.